home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / bbs / eumal605.zip / BRUCE605.DOC next >
Text File  |  1996-05-30  |  23KB  |  451 lines

  1. BRUCE605.DOC                         1                         Revised: 05/30/96
  2.  
  3. --------------------------------------------------------------------------------
  4.                               Contact information
  5.  
  6. For the following routines:  AV,  BFIND,  COPSINCE,  DATES,  DIRCOMP,  DIRTOTAL,
  7. EUMAIL, FILL, FIXTEXT, FORTUNE, HTMSTRIP, PAGINATE,  READINIT,  READMAKE-created
  8. files, and TXTABLE:
  9.  
  10.                 Bruce Guthrie
  11.                 Wayne Software
  12.                 113 Sheffield St.
  13.                 Silver Spring, MD 20910
  14.  
  15.                 fax: (301) 588-8986
  16.                 e-mail: bguthrie@nmaa.org
  17.                 http://hjs.geol.uib.no/guthrie/
  18.  
  19. For the following routines:  CHANGE, CONVERT, FILUPDAT, READ, and READY:
  20.  
  21.                 Bruce Guthrie
  22.                 Room H-4885
  23.                 U.S. Dept of Commerce/ESA/STAT-USA
  24.                 Washington, DC 20230
  25.  
  26.                 fax: (202) 482-2164
  27.                 voice: (202) 482-3234
  28.  
  29.                 e-mail: bguthrie@doc.gov
  30.  
  31. Foreign users:  Please provide  an  Internet-reachable  e-mail  address  in  all
  32. correspondence if you have any hope of getting a reply!  Internet e-mail is  the
  33. preferred method of contact for all  other  users  as  well.   America  On-Line,
  34. CompuServe, and Prodigy all offer Internet e-mail access so get with it!
  35.  
  36. Since these programs are typically "freeware"  (with  the  exception  of  people
  37. trying to make money from them instead of me), they generate maybe $100/year  in
  38. revenue for me.  As such, my ability to afford  wonderful  customer  support  is
  39. somewhat restricted.   Please  do  not  leave  messages  saying  "Call  me  long
  40. distance".  Also, please be specific  about  what  problems  you  encounter  and
  41. include command-line inputs as well as any control  or  INI  files  that  you're
  42. using.
  43.  
  44. Standard disclaimer in this society:  Wayne Software disclaims all warranties as
  45. to this software, whether express or implied, including without  limitation  any
  46. implied  warranties  of  merchantability,  fitness  for  a  particular  purpose,
  47. functionality, data integrity or protection.
  48.  
  49.  
  50. BRUCE605.DOC                         2                         Revised: 05/30/96
  51.  
  52. --------------------------------------------------------------------------------
  53.                                   Introduction
  54.  
  55. This documentation provides some overview information on a number of  utilities.
  56. All  programs  described  herein  were  written  by  Bruce  Guthrie.   Most  are
  57. distributed with a Wayne Software copyright.  Others were written for  the  U.S.
  58. Department of Commerce.  All are free for use provided relevant documentation is
  59. kept with the programs, no changes are made to the  programs  or  documentation,
  60. and they are not bundled with commercial programs or charged for separately.
  61.  
  62. CHANGE,  CONVERT,  FILUPDAT,   READ,   and   READY   are   excluded   from   the
  63. commercial-packaging  restriction.   These  programs  are  owned  by  the   U.S.
  64. Department of Commerce and may be re-distributed without restriction.
  65.  
  66. People who need to bundle AV, BFIND, COPSINCE, DATES, DIRCOMP, DIRTOTAL, EUMAIL,
  67. FILL, FIXTEXT, FORTUNE, HTMSTRIP, PAGINATE, READINIT, or TXTABLE  in  commercial
  68. packages other than shareware/freeware collections must pay a  $50  registration
  69. fee to "Wayne Software" at the following address.   READMAKE-created  files  are
  70. also subject to this limitation.  I don't expect to make any  money  from  these
  71. utilities but I don't want others to sell them instead.
  72.  
  73. This collection of utilities were compiled using Microsoft's  Visual  BASIC  for
  74. DOS 1.0 compiler.  Thomas G. Hanlin III's excellent  PBClone  routines,  release
  75. 2.3, provided additional functionality.  Since Tom has dropped support  for  his
  76. PBClone routines, some things will are simply not possible for me to do so don't
  77. push!  The basic routines should be able to be maintained indefinitely  as  long
  78. as DOS continues to exist; we'll see.  Keep in  mind  that  they  are  DOS-based
  79. routines so forget long Win95 file names and  such.   I  keep  thinking  that  I
  80. should be doing Windows programming but it's hard to get  psyched  up  for  that
  81. when you think of Windows as a computer virus.
  82.  
  83. Documentation provided in appropriate ZIP files:
  84.  * routine.DOC: Each utility is separately described in a like-named *.DOC file.
  85.  * FILE_ID.DIZ: Standard Description In Zip file.
  86.  * BRUCEymm.DOC: This file serves to summarize all  of  the  various  utilities.
  87.      The "ymm" indicates the release date in  year/month  format.   "601"  means
  88.      1996, first month (Jan 1996).
  89.  * BRUCEINI.DOC: Most of the routines have defaults that can  altered  by  using
  90.      initialization files (inifiles).   These  are  referenced  in  the  regular
  91.      documentation and further described here.  (One thing about *.INI files; if
  92.      you don't have one, it's in your interests to specify the "/-I"  parameter.
  93.      Otherwise, the program searches your entire DOS path looking for the file.)
  94.  * BRUCEHEX.DOC: Many of the routines allow you to enter  parameters  as  either
  95.      hexadecimal  or  decimal  strings.   This  is  referenced  in  the  regular
  96.      documentation and further described here.
  97.  
  98.      All program documentation was created  using  a  text  editor  (PE2).   The
  99.      PAGINATE command (see below) was  used  to  justify  the  text  and  create
  100.      titles, page breaks, and (where provided) indexes.
  101.  
  102. Beta  testers  and  suggestions  are  always   appreciated.    Contact   me   at
  103. bguthrie@nmaa.org  Note that all beta releases are done via e-mail  so  if  your
  104. gateway can't handle some pretty big mail attachments,  you  definitely  do  NOT
  105. want to be a beta tester for me!  Modifications that are not of  mainstream  use
  106. can be contracted for.
  107.  
  108.  
  109. BRUCE605.DOC                         3                         Revised: 05/30/96
  110.  
  111. --------------------------------------------------------------------------------
  112.                               Finding the programs
  113.  
  114. The utilities are uploaded with a ZIP name that includes the year and  month  of
  115. the release in a "ymm" format ("605" is the May 1996 version).   The  files  are
  116. posted directly by the author to two places.  The following Web  site,  provided
  117. by Hans Schrader, has the current versions of *all* programs:
  118.  
  119.                 http://hjs.geol.uib.no/guthrie/
  120.  
  121. Major revisions are directly posted by the author to the following:
  122. * Simtel (Coast-To-Coast): ftp.coast.net (http://www.coast.net/Simtel)
  123. * Simtel (Keith Petersen): ftp.simtel.net (http://www.simtel.net/simtel.net)
  124. * ZDI Software Library:  No idea where that is!
  125.  
  126.                          Simtel locations and versions
  127.  
  128. This listing is current as of the April 1996 (604) release.
  129.  
  130. http://www.coast.net/SimTel/msdos/      ftp://ftp.simtel.net/simtelnet/msdos/
  131.   ..arcutil/                            ..arcutils/
  132. av605.zip       Archive View: Free ZIP etc directory viewer
  133.   ..batutil/                            ..batchutl/
  134. dates605.zip    Warns you in advance of birthdays etc
  135. fortn605.zip    Fine-tunes DOS FOR command w/options
  136.   ..dirutil/                            ..dirutl/
  137. cops605.zip     Copies files modified since given date
  138. dirco605.zip    Updates files based on source directory
  139. dirto604.zip    Directory lister and totaller
  140. filup605.zip    Copy updated files based on a control list
  141.   ..diskutil/                           ..diskutil/
  142. fill605.zip     Stuffs as many files as possible on disk
  143.   ..offline/                            ..mailnews/
  144. eumal605.zip    Eudora utility for nicknames, boxes
  145.   ..spredsht/                           ..spredsht/
  146. convr605.zip    Convert dBase, ASCII-delim, fixed, 1-2-3
  147.   ..textutil/                           ..txtutl/
  148. bfind605.zip    Boolean FIND command (BFIND BEGIN & END)
  149. chang604.zip    Change strings in text files
  150. fixtx605.zip    Translate text file characters en masse
  151. htmst605.zip    Reprocesses HTML pages for humans to read
  152. pagin605.zip    Paginates text (indexes, sorts, tables)
  153. read605.zip     Free viewer, also make any text self-viewing
  154. txtab605.zip    Gener